home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / science / neural22.zip / SLUG3.INC < prev    next >
Text File  |  1994-01-19  |  2KB  |  90 lines

  1.         {Include file for neural net dialogwindow app}
  2.  
  3. const
  4.  
  5. {Command ID's for menu}
  6.     cm_filenew    =    105;
  7.     cm_fileopen    =    110;
  8.     cm_filesave    =    115;
  9.     cm_filesaveas    =    120;
  10.     cm_fileexit    =    125;
  11.     cm_netedit    =    130;
  12.     cm_trainedit    =    132;
  13.     cm_datain    =    140;
  14.     cm_dataout    =    145;
  15.     cm_settransfer    =    133;
  16.     cm_train    =    150;
  17.     cm_run            =    155;
  18.     cm_display    =    160;
  19.     cm_slughelp    =    102;
  20.     cm_about    =    101;
  21.  
  22. { ID's for edit controls (in Allin dialog) containing
  23.   things specified by user  }
  24.  
  25.     ed_usermomen    =    301;
  26.     ed_userlearn    =    300;
  27.     ed_usermaxerr    =    303;
  28.     ed_usermaxiter    =    304;
  29.     ed_userdatafile    =    401;
  30.     ed_userlogfile    =    402;
  31.     ed_netname    =    420;
  32.     id_incount    =    600;
  33.     id_hiddencount    =    610;
  34.     id_outcount    =    615;
  35.  
  36.   { ID's for edit controls containing
  37.     info provided by the Allin Dialog }
  38.                                               
  39.     ed_infolearn    =    409;
  40.     ed_infomomen    =    404;
  41.     ed_infocount    =    406;
  42.     ed_infoerror    =    408;
  43.  
  44.  
  45. { ID's for buttons in Allin dialog...}
  46.      id_shake    = 202;
  47.      id_savenet    = 203;
  48.      id_readnet    = 204;
  49.      id_iterstop    = 205;
  50.     id_dataopen    =    212;
  51.     id_dataclose    =    213;
  52.     id_logopen    =    209;
  53.     id_logclose    =    211;
  54.  
  55. { Other stuff..}
  56.     id_status    =    210;
  57.     id_train    =    207;
  58.     id_trainparams    =    214;
  59.     id_append    =    215;
  60.     id_offset    =    104;
  61.     id_icon        =    651;
  62.  
  63.  
  64. {ID's for Netspec dialog}
  65.  
  66.     id_netspecin    =    201;
  67.     id_netspecout    =    202;
  68.     id_netspechidden=    203;
  69.     id_netspecclear    =    205;
  70.  
  71. {transfer function dialog}
  72.  
  73.     id_tanh        =    103;
  74.     id_sigmoid    =    104;
  75.     id_linear    =    105;
  76.     id_hidden    =    106;
  77.     id_output    =    107;
  78.     id_hiddentanh    =    103;
  79.     id_hiddensigmoid    =    104;
  80.     id_hiddenlinear    =    105;
  81.     id_outputtanh    =    203;
  82.     id_outputsigmoid    =    204;
  83.     id_outputlinear    =    205;
  84.     id_settransfer    =    216;
  85.     id_reset    =    201;
  86.     id_random    =    217;
  87.     id_dataedit    =    218;
  88.     id_logedit    =    219;
  89.     ed_userepoch    =    302;
  90.